home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 43
/
Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso
/
-serious-
/
comms
/
other
/
atomic2_0
/
atomic.conf
next >
Wrap
Text File
|
1999-06-14
|
2KB
|
71 lines
/* ********************************************************** */
/* Atomic Clock Configuration File */
/* -default path/filename: s:atomic.conf */
/* -all entries are MANDATORY unless otherwise noted */
/* -edit with ascii editor */
/* ********************************************************** */
/* DST FIELD */
/* DST = Daylight Savings Time field */
/* -ONLY need to configure ONCE */
/* -Valid entries: = 'YES' or 'NO' */
/* -Set to 'YES' if your timezone uses DST at ANY time */
/* -DST should be set to 'YES' for most US timezones */
/* -DST can stay 'YES' all year long, as program checks NIST */
/* clock and only compensates when NIST Clock AND your DST */
/* value are set */
/* - Set to 'NO' if your timezone NEVER uses DST */
/* -Can be overridden with arg, i.e. atomic.rexx n */
DST='YES'
/* DST END */
/* AVG FIELD */
/* AVG = Average server connect time display field */
/* -Valid entries are 'YES' or 'NO' */
/* -Can be overridden with arg, i.e. atomic.rexx a */
AVG='NO'
/* AVG END */
/* LOGFILE */
/* LOGILE = Logfile path and filename */
/* -Default is 's:atomic.log' */
LOGFILE='s:atomic.log'
/* LOGFILE END */
/* TIMESERVERS */
/* TIMESERVER = Atomic clock server to connect to */
/* Add more timerservers using example notation as follows: */
/* TIMESERVER.x (where x is NEXT available integer */
/* followed by = (assignment operator in ARexx) */
/* then followed by NAME in "ticks" */
/* TIMESERVER.4='mytimeserver.com' */
TIMESERVER.1='time-A.timefreq.bldrdoc.gov'
TIMESERVER.2='time-B.timefreq.bldrdoc.gov'
TIMESERVER.3='time-a.nist.gov'
TIMESERVER.4='time-b.nist.gov'
TIMESERVER.5='utcnist.colorado.edu'
TIMESERVER.6='time.nist.gov'
TIMESERVER.7='time-nw.nist.gov'
TIMESERVER.8='utcnist1.reston.mci.net'
TIMESERVER.9='nist1.datum.com'
/* TIMESERVER END */